Html Css Color HEX #258334 Japanese Laurel

📋 copy color: '#258334'

red 37 ◦ green 131 ◦ blue 52

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

Shades of Japanese Laurel #258334

Tints of Japanese Laurel #258334

RGB

 RED value IS 37 (14.84% from 255) = 16.82%

 GREEN value IS 131 (51.56% from 255) = 59.55%

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

R = 16.82%
G = 59.55%
B = 23.64%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#258334 (or 0x258334) is known color: Japanese Laurel. HEX triplet: 25, 83 and 34. RGB value is (37,131,52). Sum of RGB (Red+Green+Blue) = 37+131+52=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #258334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258334 is #DA7CCB. Grayscale: #5E5E5E. Windows color (decimal): -14318796 or 3441445. OLE color: 3441445.

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

Color convert

RGB 37 131 52 -
CMYK 0.72 0 0.60 0.49
HSL 129.57º 0.56% 0.33% -
HSV(B) 129.57º 0.72% 0.51% -
XYZ 9.5 16.87 6.01 -
YUV 93.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 37 131 52 0.72 0 0.60 0.49 129.57 0.56 0.33
Hex 25 83 34 48 0 3C 31 82 38 21
Octal 45 203 64 110 0 74 61 202 70 41
Binary 100101 10000011 110100 1001000 0 111100 110001 10000010 111000 100001

Color Harmonies of #258334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258334

Black with #258334

Text Example


Text Example

White with #258334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258334; }

 p { color: rgb(37,131,52); }

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

background-color css

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

 a { background-color: rgb(37,131,52); }

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

border-color css

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

 span { border-color: rgb(37,131,52); }

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