Html Css Color HEX #23523B Kaitoke Green

📋 copy color: '#23523B'

red 35 ◦ green 82 ◦ blue 59

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

Shades of Kaitoke Green #23523B

Tints of Kaitoke Green #23523B

RGB

 RED value IS 35 (14.06% from 255) = 19.89%

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 59 (23.44% from 255) = 33.52%

R = 19.89%
G = 46.59%
B = 33.52%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#23523B (or 0x23523B) is known color: Kaitoke Green. HEX triplet: 23, 52 and 3B. RGB value is (35,82,59). Sum of RGB (Red+Green+Blue) = 35+82+59=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #23523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23523B is #DCADC4. Grayscale: #414141. Windows color (decimal): -14462405 or 3887651. OLE color: 3887651.

HSL color Cylindrical-coordinate representation of color #23523B: hue angle of 150.64º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23523B is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 82 59 -
CMYK 0.57 0 0.28 0.68
HSL 150.64º 0.4% 0.23% -
HSV(B) 150.64º 0.57% 0.32% -
XYZ 4.5 6.71 5.2 -
YUV 65.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 35 82 59 0.57 0 0.28 0.68 150.64 0.4 0.23
Hex 23 52 3B 39 0 1C 44 97 28 17
Octal 43 122 73 71 0 34 104 227 50 27
Binary 100011 1010010 111011 111001 0 11100 1000100 10010111 101000 10111

Color Harmonies of #23523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23523B

Black with #23523B

Text Example


Text Example

White with #23523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23523B; }

 p { color: rgb(35,82,59); }

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

background-color css

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

 a { background-color: rgb(35,82,59); }

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

border-color css

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

 span { border-color: rgb(35,82,59); }

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