Html Css Color HEX #38773C Japanese Laurel

📋 copy color: '#38773C'

red 56 ◦ green 119 ◦ blue 60

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

Shades of Japanese Laurel #38773C

Tints of Japanese Laurel #38773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

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

R = 23.83%
G = 50.64%
B = 25.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#38773C (or 0x38773C) is known color: Japanese Laurel. HEX triplet: 38, 77 and 3C. RGB value is (56,119,60). Sum of RGB (Red+Green+Blue) = 56+119+60=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #38773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38773C is #C788C3. Grayscale: #5D5D5D. Windows color (decimal): -13076676 or 3962680. OLE color: 3962680.

HSL color Cylindrical-coordinate representation of color #38773C: hue angle of 123.81º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38773C is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 60 -
CMYK 0.53 0 0.50 0.53
HSL 123.81º 0.36% 0.34% -
HSV(B) 123.81º 0.53% 0.47% -
XYZ 9.04 14.36 6.57 -
YUV 93.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 56 119 60 0.53 0 0.50 0.53 123.81 0.36 0.34
Hex 38 77 3C 35 0 32 35 7C 24 22
Octal 70 167 74 65 0 62 65 174 44 42
Binary 111000 1110111 111100 110101 0 110010 110101 1111100 100100 100010

Color Harmonies of #38773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38773C

Black with #38773C

Text Example


Text Example

White with #38773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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