Html Css Color HEX #388134 Japanese Laurel

📋 copy color: '#388134'

red 56 ◦ green 129 ◦ blue 52

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

Shades of Japanese Laurel #388134

Tints of Japanese Laurel #388134

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.43%

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 23.63%
G = 54.43%
B = 21.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#388134 (or 0x388134) is known color: Japanese Laurel. HEX triplet: 38, 81 and 34. RGB value is (56,129,52). Sum of RGB (Red+Green+Blue) = 56+129+52=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #388134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388134 is #C77ECB. Grayscale: #626262. Windows color (decimal): -13074124 or 3440952. OLE color: 3440952.

HSL color Cylindrical-coordinate representation of color #388134: hue angle of 116.88º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388134 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 52 -
CMYK 0.57 0 0.60 0.49
HSL 116.88º 0.43% 0.35% -
HSV(B) 116.88º 0.6% 0.51% -
XYZ 10.1 16.79 5.96 -
YUV 98.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 56 129 52 0.57 0 0.60 0.49 116.88 0.43 0.35
Hex 38 81 34 39 0 3C 31 75 2B 23
Octal 70 201 64 71 0 74 61 165 53 43
Binary 111000 10000001 110100 111001 0 111100 110001 1110101 101011 100011

Color Harmonies of #388134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388134

Black with #388134

Text Example


Text Example

White with #388134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388134; }

 p { color: rgb(56,129,52); }

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

background-color css

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

 a { background-color: rgb(56,129,52); }

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

border-color css

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

 span { border-color: rgb(56,129,52); }

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