Html Css Color HEX #265C39 Kaitoke Green

📋 copy color: '#265C39'

red 38 ◦ green 92 ◦ blue 57

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

Shades of Kaitoke Green #265C39

Tints of Kaitoke Green #265C39

RGB

 RED value IS 38 (15.23% from 255) = 20.32%

 GREEN value IS 92 (36.33% from 255) = 49.2%

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 20.32%
G = 49.2%
B = 30.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#265C39 (or 0x265C39) is known color: Kaitoke Green. HEX triplet: 26, 5C and 39. RGB value is (38,92,57). Sum of RGB (Red+Green+Blue) = 38+92+57=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #265C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C39 is #D9A3C6. Grayscale: #474747. Windows color (decimal): -14263239 or 3759142. OLE color: 3759142.

HSL color Cylindrical-coordinate representation of color #265C39: hue angle of 141.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C39 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 92 57 -
CMYK 0.59 0 0.38 0.64
HSL 141.11º 0.42% 0.25% -
HSV(B) 141.11º 0.59% 0.36% -
XYZ 5.36 8.36 5.2 -
YUV 71.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 38 92 57 0.59 0 0.38 0.64 141.11 0.42 0.25
Hex 26 5C 39 3B 0 26 40 8D 2A 19
Octal 46 134 71 73 0 46 100 215 52 31
Binary 100110 1011100 111001 111011 0 100110 1000000 10001101 101010 11001

Color Harmonies of #265C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C39

Black with #265C39

Text Example


Text Example

White with #265C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265C39; }

 p { color: rgb(38,92,57); }

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

background-color css

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

 a { background-color: rgb(38,92,57); }

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

border-color css

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

 span { border-color: rgb(38,92,57); }

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