Html Css Color HEX #258534 Japanese Laurel

📋 copy color: '#258534'

red 37 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #258534

Tints of Japanese Laurel #258534

RGB

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

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

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

R = 16.67%
G = 59.91%
B = 23.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#258534 (or 0x258534) is known color: Japanese Laurel. HEX triplet: 25, 85 and 34. RGB value is (37,133,52). Sum of RGB (Red+Green+Blue) = 37+133+52=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #258534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258534 is #DA7ACB. Grayscale: #5F5F5F. Windows color (decimal): -14318284 or 3441957. OLE color: 3441957.

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

Color convert

RGB 37 133 52 -
CMYK 0.72 0 0.61 0.48
HSL 129.38º 0.56% 0.33% -
HSV(B) 129.38º 0.72% 0.52% -
XYZ 9.77 17.42 6.1 -
YUV 95.06 103.7 86.59 -
System Red Green Blue C M Y K H S L
Decimal 37 133 52 0.72 0 0.61 0.48 129.38 0.56 0.33
Hex 25 85 34 48 0 3D 30 81 38 21
Octal 45 205 64 110 0 75 60 201 70 41
Binary 100101 10000101 110100 1001000 0 111101 110000 10000001 111000 100001

Color Harmonies of #258534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258534

Black with #258534

Text Example


Text Example

White with #258534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258534; }

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

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

background-color css

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

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

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

border-color css

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

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

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