Html Css Color HEX #398235 Japanese Laurel

📋 copy color: '#398235'

red 57 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #398235

Tints of Japanese Laurel #398235

RGB

 RED value IS 57 (22.66% from 255) = 23.75%

 GREEN value IS 130 (51.17% from 255) = 54.17%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 23.75%
G = 54.17%
B = 22.08%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#398235 (or 0x398235) is known color: Japanese Laurel. HEX triplet: 39, 82 and 35. RGB value is (57,130,53). Sum of RGB (Red+Green+Blue) = 57+130+53=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #398235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398235 is #C67DCA. Grayscale: #636363. Windows color (decimal): -13008331 or 3506745. OLE color: 3506745.

HSL color Cylindrical-coordinate representation of color #398235: hue angle of 116.88º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398235 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 130 53 -
CMYK 0.56 0 0.59 0.49
HSL 116.88º 0.42% 0.36% -
HSV(B) 116.88º 0.59% 0.51% -
XYZ 10.31 17.09 6.12 -
YUV 99.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 57 130 53 0.56 0 0.59 0.49 116.88 0.42 0.36
Hex 39 82 35 38 0 3B 31 75 2A 24
Octal 71 202 65 70 0 73 61 165 52 44
Binary 111001 10000010 110101 111000 0 111011 110001 1110101 101010 100100

Color Harmonies of #398235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398235

Black with #398235

Text Example


Text Example

White with #398235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398235; }

 p { color: rgb(57,130,53); }

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

background-color css

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

 a { background-color: rgb(57,130,53); }

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

border-color css

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

 span { border-color: rgb(57,130,53); }

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