Html Css Color HEX #38873C Japanese Laurel

📋 copy color: '#38873C'

red 56 ◦ green 135 ◦ blue 60

#38873C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #38873C

Tints of Japanese Laurel #38873C

RGB

 RED value IS 56 (22.27% from 255) = 22.31%

 GREEN value IS 135 (53.13% from 255) = 53.78%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 22.31%
G = 53.78%
B = 23.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38873C (or 0x38873C) is known color: Japanese Laurel. HEX triplet: 38, 87 and 3C. RGB value is (56,135,60). Sum of RGB (Red+Green+Blue) = 56+135+60=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #38873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38873C is #C778C3. Grayscale: #676767. Windows color (decimal): -13072580 or 3966776. OLE color: 3966776.

HSL color Cylindrical-coordinate representation of color #38873C: hue angle of 123.04º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38873C is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 60 -
CMYK 0.59 0 0.56 0.47
HSL 123.04º 0.41% 0.37% -
HSV(B) 123.04º 0.59% 0.53% -
XYZ 11.11 18.49 7.26 -
YUV 102.83 103.83 94.6 -
System Red Green Blue C M Y K H S L
Decimal 56 135 60 0.59 0 0.56 0.47 123.04 0.41 0.37
Hex 38 87 3C 3B 0 38 2F 7B 29 25
Octal 70 207 74 73 0 70 57 173 51 45
Binary 111000 10000111 111100 111011 0 111000 101111 1111011 101001 100101

Color Harmonies of #38873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38873C

Black with #38873C

Text Example


Text Example

White with #38873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38873C; }

 p { color: rgb(56,135,60); }

 H1.HeaderClassName
 {
   color: #38873C;
 }
 .AnyTagClassName
 {
   color: #38873C;
 }
</style>

background-color css

<style>
 a { background-color: #38873C; }

 a { background-color: rgb(56,135,60); }

 div.DivClassName
 {
   background-color: #38873C;
 }
 .BgClassName
 {
   background-color: #38873C;
 }
</style>

border-color css

<style>
 span { border-color: #38873C; }

 span { border-color: rgb(56,135,60); }

 td.TdClassName
 {
   border-color: #38873C;
 }
 .TagClassName
 {
   border-color: #38873C;
 }
</style>