Html Css Color HEX #38743C Japanese Laurel

📋 copy color: '#38743C'

red 56 ◦ green 116 ◦ blue 60

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

Shades of Japanese Laurel #38743C

Tints of Japanese Laurel #38743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 24.14%
G = 50%
B = 25.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#38743C (or 0x38743C) is known color: Japanese Laurel. HEX triplet: 38, 74 and 3C. RGB value is (56,116,60). Sum of RGB (Red+Green+Blue) = 56+116+60=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #38743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38743C is #C78BC3. Grayscale: #5B5B5B. Windows color (decimal): -13077444 or 3961912. OLE color: 3961912.

HSL color Cylindrical-coordinate representation of color #38743C: hue angle of 124º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38743C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 60 -
CMYK 0.52 0 0.48 0.55
HSL 124º 0.35% 0.34% -
HSV(B) 124º 0.52% 0.45% -
XYZ 8.69 13.66 6.45 -
YUV 91.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 56 116 60 0.52 0 0.48 0.55 124 0.35 0.34
Hex 38 74 3C 34 0 30 37 7C 23 22
Octal 70 164 74 64 0 60 67 174 43 42
Binary 111000 1110100 111100 110100 0 110000 110111 1111100 100011 100010

Color Harmonies of #38743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38743C

Black with #38743C

Text Example


Text Example

White with #38743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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