Html Css Color HEX #38753C Japanese Laurel

📋 copy color: '#38753C'

red 56 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #38753C

Tints of Japanese Laurel #38753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.21%

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

R = 24.03%
G = 50.21%
B = 25.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#38753C (or 0x38753C) is known color: Japanese Laurel. HEX triplet: 38, 75 and 3C. RGB value is (56,117,60). Sum of RGB (Red+Green+Blue) = 56+117+60=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #38753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753C is #C78AC3. Grayscale: #5C5C5C. Windows color (decimal): -13077188 or 3962168. OLE color: 3962168.

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

Color convert

RGB 56 117 60 -
CMYK 0.52 0 0.49 0.54
HSL 123.93º 0.35% 0.34% -
HSV(B) 123.93º 0.52% 0.46% -
XYZ 8.81 13.89 6.49 -
YUV 92.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 56 117 60 0.52 0 0.49 0.54 123.93 0.35 0.34
Hex 38 75 3C 34 0 31 36 7C 23 22
Octal 70 165 74 64 0 61 66 174 43 42
Binary 111000 1110101 111100 110100 0 110001 110110 1111100 100011 100010

Color Harmonies of #38753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38753C

Black with #38753C

Text Example


Text Example

White with #38753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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