Html Css Color HEX #38853C Japanese Laurel

📋 copy color: '#38853C'

red 56 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #38853C

Tints of Japanese Laurel #38853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

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

R = 22.49%
G = 53.41%
B = 24.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#38853C (or 0x38853C) is known color: Japanese Laurel. HEX triplet: 38, 85 and 3C. RGB value is (56,133,60). Sum of RGB (Red+Green+Blue) = 56+133+60=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #38853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38853C is #C77AC3. Grayscale: #656565. Windows color (decimal): -13073092 or 3966264. OLE color: 3966264.

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

Color convert

RGB 56 133 60 -
CMYK 0.58 0 0.55 0.48
HSL 123.12º 0.41% 0.37% -
HSV(B) 123.12º 0.58% 0.52% -
XYZ 10.83 17.94 7.17 -
YUV 101.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 56 133 60 0.58 0 0.55 0.48 123.12 0.41 0.37
Hex 38 85 3C 3A 0 37 30 7B 29 25
Octal 70 205 74 72 0 67 60 173 51 45
Binary 111000 10000101 111100 111010 0 110111 110000 1111011 101001 100101

Color Harmonies of #38853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38853C

Black with #38853C

Text Example


Text Example

White with #38853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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