Html Css Color HEX #388533 Japanese Laurel

📋 copy color: '#388533'

red 56 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #388533

Tints of Japanese Laurel #388533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.25%

R = 23.33%
G = 55.42%
B = 21.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#388533 (or 0x388533) is known color: Japanese Laurel. HEX triplet: 38, 85 and 33. RGB value is (56,133,51). Sum of RGB (Red+Green+Blue) = 56+133+51=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #388533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388533 is #C77ACC. Grayscale: #646464. Windows color (decimal): -13073101 or 3376440. OLE color: 3376440.

HSL color Cylindrical-coordinate representation of color #388533: hue angle of 116.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388533 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 51 -
CMYK 0.58 0 0.62 0.48
HSL 116.34º 0.45% 0.36% -
HSV(B) 116.34º 0.62% 0.52% -
XYZ 10.62 17.85 6.02 -
YUV 100.63 99.99 96.17 -
System Red Green Blue C M Y K H S L
Decimal 56 133 51 0.58 0 0.62 0.48 116.34 0.45 0.36
Hex 38 85 33 3A 0 3E 30 74 2D 24
Octal 70 205 63 72 0 76 60 164 55 44
Binary 111000 10000101 110011 111010 0 111110 110000 1110100 101101 100100

Color Harmonies of #388533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388533

Black with #388533

Text Example


Text Example

White with #388533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388533; }

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

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

background-color css

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

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

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

border-color css

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

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

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