Html Css Color HEX #38873B Japanese Laurel

📋 copy color: '#38873B'

red 56 ◦ green 135 ◦ blue 59

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

Shades of Japanese Laurel #38873B

Tints of Japanese Laurel #38873B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.6%

R = 22.4%
G = 54%
B = 23.6%

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

#38873B (or 0x38873B) is known color: Japanese Laurel. HEX triplet: 38, 87 and 3B. RGB value is (56,135,59). Sum of RGB (Red+Green+Blue) = 56+135+59=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #38873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38873B is #C778C4. Grayscale: #666666. Windows color (decimal): -13072581 or 3901240. OLE color: 3901240.

HSL color Cylindrical-coordinate representation of color #38873B: hue angle of 122.28º 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 #38873B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 135 59 -
CMYK 0.59 0 0.56 0.47
HSL 122.28º 0.41% 0.37% -
HSV(B) 122.28º 0.59% 0.53% -
XYZ 11.08 18.48 7.12 -
YUV 102.72 103.33 94.68 -
System Red Green Blue C M Y K H S L
Decimal 56 135 59 0.59 0 0.56 0.47 122.28 0.41 0.37
Hex 38 87 3B 3B 0 38 2F 7A 29 25
Octal 70 207 73 73 0 70 57 172 51 45
Binary 111000 10000111 111011 111011 0 111000 101111 1111010 101001 100101

Color Harmonies of #38873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38873B

Black with #38873B

Text Example


Text Example

White with #38873B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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